Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: claude artifact path #252

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Conversation

yzld2002
Copy link
Member

@yzld2002 yzld2002 commented Oct 1, 2024

currently the conversation cannot be run with e2b interpreter:
image

The root cause of this "FileNotFound" error is that the local_artifact_path (VAS side) and the remote code interpreter path (e2b side) are different.

The generate_vision_code will be executed in e2b, so the "artifacts.show()" should reflect the e2b path, not the local path in VAS side.

After this change, the conversation could be run in both local and e2b code interpreter.

@yzld2002 yzld2002 merged commit 511792b into main Oct 1, 2024
8 checks passed
@yzld2002 yzld2002 deleted the zhichao-fix-claude-artifact-path branch October 1, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants